Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMGetJMFrameObject

Returns a JRI reference to a frame's JMFrame object.

jref JMGetJMFrameObject(JMFrameRef frame);
frame
The frame whose Java object you want to find.
function result
A pointer to the com.apple.mrj.JManager.JMFrame object associated with the frame.
DISCUSSION
The JMGetJMFrameObject function returns the Java equivalent of a JMFrameRef reference. A JMFrameRef object encapsulates a Java frame object (that is, a java.awt.Frame object) so it can be handled outside the Java environment.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997